www.gusucode.com > ASP+Ajax 动态读取省份与城市联动菜单 > ASP+Ajax 动态读取省份与城市联动菜单\code\safecode\firste_code.asp

    <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<% 
dim fcode,flag
flag="true"
fcode =trim(request("safecode"))
if cstr(fcode) <> cstr(session("firstecode")) then flag="false"
Response.Write(flag)

 %>